projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36dfeb
)
reverse merge accidentally committed hack to test-all.
author
tsteven4
<tsteven4@gmail.com>
Tue, 7 Jan 2014 14:21:47 +0000
(14:21 +0000)
committer
tsteven4
<tsteven4@gmail.com>
Tue, 7 Jan 2014 14:21:47 +0000
(14:21 +0000)
gpsbabel/test-all
patch
|
blob
|
history
diff --git
a/gpsbabel/test-all
b/gpsbabel/test-all
index 18ac264fb3c7a58269f29a769f70f26db5d96ffd..298c5de3f4aed9c180d6d236302e1c65073327d5 100755
(executable)
--- a/
gpsbabel/test-all
+++ b/
gpsbabel/test-all
@@
-55,9
+55,9
@@
function try_run() # command line
local RES=0
local SEVERITY=""
- [ $vg -ne 0 ] && CMD="valgrind -
-error-exitcode=125 --leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp --log-fd=3
$CMD"
+ [ $vg -ne 0 ] && CMD="valgrind -
q
$CMD"
- ${CMD} > $TEMPDIR/.result 2>&1
3>>vg.log
+ ${CMD} > $TEMPDIR/.result 2>&1
RES=$?
if [ $RES -ne 0 -o -s $TEMPDIR/.result ]; then
if [ $RES -ne 0 ]; then